Class AuthenticationInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vasco.orchestration.client.exceptions.OrchestrationException
com.vasco.orchestration.client.exceptions.AuthenticationInputException
- All Implemented Interfaces:
Serializable
The
AuthenticationInputException exception is thrown when an error occurs during external
user authentication- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthenticationInputException
constructor- Parameters:
message- message describing the exceptionerrorCode- error code
-
-
Method Details
-
getErrorCode
public int getErrorCode()get error code attached to the error- Returns:
- error code.
-